home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / printing / 2column6.lzh / LJ2BASIC.DAT < prev    next >
Text File  |  1993-12-24  |  3KB  |  68 lines

  1. *    PRINTER CODE DATA FOR "TWO COLUMN PRINTER" Release 6 (2COLUMNS.PRG)
  2. *           HP LaserJet II (Internal fonts only, mainly line printer)
  3. *
  4. * IMPORTANT: Don't add or delete any commas or lines in the codes section
  5. * below. This includes the remarks portion of the code lines.  Keep the
  6. * line "----CODES AND DEFAULTS---" intact. Don't use TAB's
  7. *
  8. * Codes are decimal ASCII. Full editing instructions are in 2COLUMNS.DOC
  9. * CPI = Characters Per Inch (pitch)  pt = point (measure of character height)
  10. *
  11. $ MB=1,TS=5,CL=0  (Max Blank lines, Tab Spacing, default Column Length
  12. * reduction)  Ranges are: MB 0-9, TS 2-9, CL 0-9  Note dollar sign
  13. *
  14. @ SORT=n, 2SIDES=n, DRAFT=y, DATE=y, DISK=n, EQUAL=y, EUROPE=n
  15. *
  16. ---------- CODES AND DEFAULTS -----------
  17.  ,          Turn OFF 'Paper-Out' sensor (n/a)
  18.  ,          Turn ON 'Paper-Out' sensor
  19. 027 038 108 055 067,  aprox. 7 Lines/Inch line spacing using VMI  _&l7C
  20. 027 069 027 038 108 055 099 050 069 027 040 115 049 048 104 049 081, see NOTE  _E_&l7c2E_(s10h1Q
  21. 027 038 108 048 076,  Cancel 'Skip-Over-Perforations' _&l0L
  22.  ,          Fancy print for Heading (Wide-5 CPI) _(s5H
  23. 027 040 115 049 048 072, Cancel Fancy print (set 10 cpi) _(s10H
  24. 027 040 115 050 081,  Enhanced print (LQ for Ljet) _(s2Q
  25. 027 040 115 049 081,  Cancel Enhanced print (set draft)  _(s1Q
  26. *
  27. "TXT", Default file extension to be shown in file selector box.
  28. 5,     Number of type sizes below (up to 6 allowed)
  29. *
  30. " Line Prntr 8.5pt-21 CPI",  Name of type size 1    _(s16.6h8.5V_&k5.7H
  31. 027 040 115 049 054 046 054 104 056 046 053 086 027 038 107 053 046 055 072,  codes
  32. 168, Number of characters of this size that will fit on a full line
  33. 70,  Maximum number of lines per column
  34. *
  35. "   same except @8 LPI",  Name of size 2  _&l6C_(s16.6h8.5V_&k5.7H
  36. 027 038 108 054 067 027 040 115 049 054 046 054 104 056 046 053 086 027 038 107 053 046 055 072,
  37. 168, Number of characters that will fit on a full line
  38. 81,  Max lines per column
  39. *
  40. "  same except @9.6 LPI",  Name  _&l5C_s(16.6h8.5V_&l8C_&k5.7H
  41. 027 038 108 053 067 027 040 115 049 054 046 054 104 056 046 053 086 027 038 107 053 046 055 072,
  42. 168,  characters/line
  43. 96,   lines/column
  44. *
  45. " Courier 12pt - 16 CPI",   Name   _(s10h12V_&k7.5H
  46. 027 040 115 049 048 104 049 050 086 027 038 107 055 046 053 072,
  47. 128, characters/line
  48. 70,  lines/column
  49. *
  50. " Courier 12pt - 10 CPI",  Name  _(s10h12V
  51. 027 040 115 049 048 104 049 050 086, codes
  52. 80,  characters/line
  53. 70,  lines/column
  54. ******************************
  55. * Note: The codes above take advantage of the ability to combine certain
  56. sequences.  The 4th entry in the --CODES AND DEFAULTS-- section is the 
  57. initialization string.  For the LaserJet II it contains the following:
  58. Reset/7lpi/2 line margin/10 CPI/Draft.  Line spacing is set with the
  59. vertical motion index since the "line spacing" codes wouldn't set 7 lpi
  60. on the LJII that I used for testing (these did work with 8 and 6 lpi). 
  61. There wasn't a "double width" font (5 cpi) on this printer so I left the 
  62. "fancy print for heading" entry blank.
  63.  
  64. Don't use "sort" with single sided printouts but do use it for 2 sided ones.
  65. Other options in the "$" and "@" lines can be set anyway you want.
  66. The charater equivalents if the code seqences are shown in the remarks 
  67. sections, they are just there as a guide.
  68.